ProcessingInstruction

actual interface ProcessingInstruction : Node
actual external interface ProcessingInstruction : Node

Properties

Link copied to clipboard
abstract val baseURI: String
Link copied to clipboard
abstract val childNodes: INodeList
abstract val childNodes: NodeList
Link copied to clipboard
abstract var data: String
abstract var data: String
Link copied to clipboard
abstract val firstChild: Node?
abstract val firstChild: Node?
Link copied to clipboard
abstract val lastChild: Node?
abstract val lastChild: Node?
Link copied to clipboard
abstract val nextSibling: Node?
abstract val nextSibling: Node?
Link copied to clipboard
abstract val nodeName: String
abstract val nodeName: String
Link copied to clipboard
abstract val nodeType: Short
abstract val nodeType: Short
Link copied to clipboard
abstract var nodeValue: String?
Link copied to clipboard
abstract val ownerDocument: Document
abstract val ownerDocument: Document?
Link copied to clipboard
abstract val parentElement: Element?
Link copied to clipboard
abstract val parentNode: Node?
abstract val parentNode: Node?
Link copied to clipboard
abstract val previousSibling: Node?
abstract val previousSibling: Node?
Link copied to clipboard
abstract val target: String
abstract val target: String
Link copied to clipboard
abstract val textContent: String?
abstract var textContent: String?

Functions

Link copied to clipboard
actual abstract fun appendChild(node: Node): Node
actual abstract fun appendChild(node: Node): Node
Link copied to clipboard
actual inline fun Node.getChildNodes(): NodeList
expect inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
Link copied to clipboard
actual inline fun ProcessingInstruction.getData(): String
expect inline fun ProcessingInstruction.getData(): String
actual inline fun ProcessingInstruction.getData(): String
actual inline fun ProcessingInstruction.getData(): String
Link copied to clipboard
actual inline fun Node.getFirstChild(): Node?
expect inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
Link copied to clipboard
actual inline fun Node.getLastChild(): Node?
expect inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
Link copied to clipboard
actual inline fun Node.getNextSibling(): Node?
expect inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
Link copied to clipboard
actual inline fun Node.getNodeName(): String
expect inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
Link copied to clipboard
actual inline fun Node.getNodeType(): Short
expect inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
Link copied to clipboard
actual inline fun Node.getOwnerDocument(): Document
expect inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getParentNode(): Node?
expect inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
Link copied to clipboard
actual inline fun Node.getPreviousSibling(): Node?
expect inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getTextContent(): String?
expect inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
Link copied to clipboard
actual abstract fun lookupNamespaceURI(prefix: String): String?
actual abstract fun lookupNamespaceURI(prefix: String): String?
Link copied to clipboard
actual abstract fun lookupPrefix(namespace: String): String?
actual abstract fun lookupPrefix(namespace: String): String?
Link copied to clipboard
actual abstract fun removeChild(node: Node): Node
actual abstract fun removeChild(node: Node): Node
Link copied to clipboard
actual abstract fun replaceChild(oldChild: Node, newChild: Node): Node
actual abstract fun replaceChild(oldChild: Node, newChild: Node): Node
Link copied to clipboard
actual inline fun ProcessingInstruction.setData(data: String)
expect inline fun ProcessingInstruction.setData(data: String)
actual inline fun ProcessingInstruction.setData(data: String)
actual inline fun ProcessingInstruction.setData(data: String)